home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / X11R4 / cmds / X / extensions / local.mk < prev    next >
Encoding:
Makefile  |  1990-07-11  |  917 b   |  35 lines

  1. #
  2. # This file is linked to symbolically by the "local.mk" files of most
  3. # of the subdirectories.
  4. #
  5. # $Source: /mic/X11R4/src/cmds/X/RCS/common.mk,v $
  6. # $Date: 90/02/14 16:05:27 $
  7. # $Revision: 1.1 $ $Author: tve $
  8.  
  9. X    = /X11/R4
  10.  
  11. INSERVER=
  12. #include <$(X)/root.mk>
  13.  
  14. #
  15. # Extra flags to define or undefine for compilations:
  16. #
  17. # TCPCONN    includes driver for network connections via TCP
  18. # UNIXCONN    includes driver for network connections via unix domain
  19. # DNETCONN    includes driver for network connections via DECnet
  20. # SPRITEPDEVCONN include driver for sprite pdev connections.
  21. # NOLOGOHACK    is defined because the sprite OS layer doesn't support it,
  22. #        whatever the logo hack may be.
  23. #
  24. CFLAGS        += -DNOLOGOHACK
  25. CFLAGS        += -DTCPCONN
  26. CFLAGS        += -DSPRITEPDEVCONN
  27. CFLAGS        += -DSHAPE
  28.  
  29. # Font/color support
  30. CFLAGS        += $(FONTDEFINES)
  31. CFLAGS        += $(DEFFONTPATH) $(DEFRGB_DB)
  32.  
  33. # More include files
  34. .PATH.h        :  $(SERVINCDIR) $(INCDIR)/X11
  35.